home *** CD-ROM | disk | FTP | other *** search
/ PsL Monthly 1993 December / PSL Monthly Shareware CD-ROM (December 1993).iso / prgmming / dos / pascal / egalogo.exe / EGALOGO.DOC < prev    next >
Text File  |  1992-01-17  |  616b  |  18 lines

  1. 1/17/92
  2.  
  3.         EGALOGO.TPU lets you create smooth looking logos for EGA and VGA
  4. like the one made by TESTLOGO.  To try TESTLOGO use the following
  5. syntax:
  6.         TESTLOGO string
  7.  
  8.         Where string is put whatever text you want displayed.
  9.  
  10.         To use EGALOGO use the following syntax:
  11.  
  12.            DRAWLOGO(Font, Size, Wait, Str);
  13.  
  14.         In place of Font put TriplexFont, GothicFont or whatever BGI
  15. font you want to use.  Size is in the range of 1 - 10 like SetTextStyle
  16. uses.  Wait is the time to wait if a key is not pressed once the logo is
  17. at the top.  Str is the String to be printed.
  18.